home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmmailc / _setup.1 / Unit1.dfm / Unit1.txt
Encoding:
Text File  |  1998-06-22  |  2.5 KB  |  137 lines

  1. object Form1: TForm1
  2.   Left = 209
  3.   Top = 105
  4.   Width = 517
  5.   Height = 421
  6.   Caption = 'SMTP Component Example'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 10
  16.     Top = 64
  17.     Width = 51
  18.     Height = 16
  19.     Caption = 'Subject :'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 20
  23.     Top = 94
  24.     Width = 23
  25.     Height = 16
  26.     Caption = 'To :'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 15
  30.     Top = 207
  31.     Width = 37
  32.     Height = 16
  33.     Caption = 'From :'
  34.   end
  35.   object Label7: TLabel
  36.     Left = 10
  37.     Top = 241
  38.     Width = 43
  39.     Height = 16
  40.     Caption = 'Name :'
  41.   end
  42.   object Edit1: TEdit
  43.     Left = 69
  44.     Top = 59
  45.     Width = 257
  46.     Height = 24
  47.     TabOrder = 0
  48.     Text = '>>AHM Mail Test'
  49.   end
  50.   object Edit2: TEdit
  51.     Left = 69
  52.     Top = 89
  53.     Width = 257
  54.     Height = 24
  55.     TabOrder = 1
  56.     Text = 'To@EMail.here'
  57.   end
  58.   object Memo1: TMemo
  59.     Left = 69
  60.     Top = 128
  61.     Width = 390
  62.     Height = 70
  63.     Lines.Strings = (
  64.       'Testing the mail system ...')
  65.     TabOrder = 2
  66.   end
  67.   object Edit3: TEdit
  68.     Left = 69
  69.     Top = 202
  70.     Width = 149
  71.     Height = 24
  72.     TabOrder = 3
  73.     Text = 'Your@EMail.Here'
  74.   end
  75.   object Edit4: TEdit
  76.     Left = 69
  77.     Top = 236
  78.     Width = 395
  79.     Height = 24
  80.     TabOrder = 4
  81.     Text = 'Your name here ...'
  82.   end
  83.   object Panel1: TPanel
  84.     Left = 0
  85.     Top = 0
  86.     Width = 509
  87.     Height = 55
  88.     Align = alTop
  89.     TabOrder = 5
  90.     object Label4: TLabel
  91.       Left = 15
  92.       Top = 20
  93.       Width = 75
  94.       Height = 16
  95.       Caption = 'SMTP Host :'
  96.     end
  97.     object Edit5: TEdit
  98.       Left = 98
  99.       Top = 15
  100.       Width = 149
  101.       Height = 24
  102.       TabOrder = 0
  103.     end
  104.   end
  105.   object StatusBar1: TStatusBar
  106.     Left = 0
  107.     Top = 371
  108.     Width = 509
  109.     Height = 23
  110.     Panels = <>
  111.     SimplePanel = True
  112.   end
  113.   object Button1: TButton
  114.     Left = 10
  115.     Top = 300
  116.     Width = 92
  117.     Height = 31
  118.     Caption = '&Send'
  119.     TabOrder = 7
  120.     OnClick = Button1Click
  121.   end
  122.   object AHMSMTPMail1: TAHMSMTPMail
  123.     Messages = <>
  124.     ProgressStep = 1
  125.     Port = '25'
  126.     DateTimeFormat = 'dd MMMM yyyy, hh:mm:ss AMPM'
  127.     OnConnect = AHMSMTPMail1Connect
  128.     OnDisconnect = AHMSMTPMail1Disconnect
  129.     OnError = AHMSMTPMail1Error
  130.     OnBeforeSend = AHMSMTPMail1BeforeSend
  131.     OnAfterSend = AHMSMTPMail1AfterSend
  132.     OnSendProgress = AHMSMTPMail1SendProgress
  133.     Left = 108
  134.     Top = 224
  135.   end
  136. end
  137.